home *** CD-ROM | disk | FTP | other *** search
- object FrmAddScript: TFrmAddScript
- Left = 249
- Top = 240
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Add Script'
- ClientHeight = 92
- ClientWidth = 300
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnKeyUp = FormKeyUp
- DesignSize = (
- 300
- 92)
- PixelsPerInch = 120
- TextHeight = 13
- object Shape: TShape
- Left = 0
- Top = 0
- Width = 300
- Height = 92
- Align = alClient
- Brush.Color = clBtnFace
- Pen.Color = clRed
- end
- object Bevel1: TBevel
- Left = 3
- Top = 3
- Width = 3
- Height = 21
- Style = bsRaised
- end
- object Bevel2: TBevel
- Left = 7
- Top = 3
- Width = 3
- Height = 21
- Style = bsRaised
- end
- object Bevel3: TBevel
- Left = 11
- Top = 3
- Width = 3
- Height = 21
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 20
- Top = 8
- Width = 59
- Height = 13
- Caption = 'Script name:'
- Transparent = True
- end
- object Label2: TLabel
- Left = 20
- Top = 36
- Width = 43
- Height = 13
- Caption = 'Account:'
- Transparent = True
- end
- object PnlOK: TPanel
- Left = 163
- Top = 61
- Width = 131
- Height = 25
- Anchors = [akLeft, akBottom]
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- object BtnOK: TSpeedButton
- Left = 2
- Top = 2
- Width = 62
- Height = 22
- Cursor = crHandPoint
- Caption = '&OK'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnOKClick
- end
- object BtnCancel: TSpeedButton
- Left = 67
- Top = 2
- Width = 62
- Height = 22
- Cursor = crHandPoint
- Caption = 'Cancel'
- Flat = True
- OnClick = BtnCancelClick
- end
- end
- object cbAccount: TElAdvancedComboBox
- Left = 105
- Top = 32
- Width = 185
- Height = 21
- AutoCompletion = False
- Flat = False
- HandleDialogKeys = False
- HorizontalScroll = False
- ItemIndex = -1
- ItemHeight = 13
- Style = csDropDownList
- TabOrder = 1
- end
- object cbScript: TElAdvancedComboBox
- Left = 105
- Top = 4
- Width = 185
- Height = 21
- AutoCompletion = False
- Flat = False
- HandleDialogKeys = False
- HorizontalScroll = False
- ItemIndex = -1
- ItemHeight = 13
- Style = csDropDownList
- TabOrder = 0
- end
- end
-